home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_7346_SaveBookMenuSettingsCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
558b
|
17 lines
set cursor to "busy"
put "" into hadBooks
put "" into hadBooksMsg
put "" into hadBooksCheck
put "" into hadBooksState
put "" into hadBooksChar
put tStr("LibMsg",40) into bn
if there is a menu bn then
put menu bn into hadBooks
put line 1 to 6 of hadBooks into hadBooks
repeat with x = 1 to the number of lines in hadBooks
set cursor to "busy"
put the checkmark of menuitem x of menu bn into line x of hadBooksCheck
end repeat
put hadBooks&"■"&hadBooksMsg&"■"&hadBooksCheck&"■"&hadBooksState&"■"&hadBooksChar into temp
setStr "SavedBookMenuState", temp
end if